home *** CD-ROM | disk | FTP | other *** search
-
- I use this one for my backup batch file. On Friday the
- system will perform a complete hard disk backup, and the
- rest of the week it performs a modified files backup.
-
-
- ┌──────────────┐
- │ NO COM │
- └──────────────┘
-
- This utility is handy to use outside of batch files
- also. It allows you to include exceptions to DOS commands.
- For example, if I wanted to delete all files from my
- current location except COMMAND.COM, I would type:
-
- no command.com del *.*
-
-
-
-
-
-
-
-